home *** CD-ROM | disk | FTP | other *** search
/ PLAYymate for OS/2 / Playmate for OS2.iso / install.inf < prev    next >
INI File  |  1994-09-06  |  2KB  |  50 lines

  1. [dialog]
  2.     caption = "Playmate runtime library Installation"
  3.     line1 = "Installing playmate"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 1810, "Total K Needed for everything."
  12.  
  13. [data]
  14. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L:
  15.     defdir = C:\playmate
  16.     libdir = W:RlzRun20
  17.  dlldir = W:DLL
  18.  
  19. [disks]
  20.     1 =., "playmate Disk 1"
  21.     2 =., "playmate Disk 2"
  22.     3 =., "playmate Disk 3"
  23.  
  24. [app.tree]
  25. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  26. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  27.     #app0.main,                     0:
  28.     #app0.lib,                      L:
  29.     #app0.dll,                      D:
  30.  
  31. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  32. ; case it selects a prompt from the [disks] section above.
  33. [app0.main]
  34.     1:readme.1st,   "Readme file"
  35.     1:CA_PRINT.DLL
  36.  
  37. [app0.lib]
  38.     2:RlzRun20.RTS,   "Runtime Libraries"
  39.  
  40. [app0.dll]
  41.     3:CABLE.DLL,   "Runtime DLLs"
  42.  
  43. ;[inifiles]
  44. ;0, inifilename, sectionheader
  45. ;       followed by any number of:
  46. ;1, variable, string
  47. ;       0, Junk1.INI, "Junk section"
  48. ;       1, Maximized, 1
  49.  
  50.